func encoding/asn1.getUniversalType
4 uses
encoding/asn1 (current package)
asn1.go#L606: matchAny, expectedTag, compoundType, ok := getUniversalType(elemType)
asn1.go#L781: matchAny, universalTag, compoundType, ok1 := getUniversalType(fieldType)
common.go#L151: func getUniversalType(t reflect.Type) (matchAny bool, tagNumber int, isCompound, ok bool) {
marshal.go#L624: matchAny, tag, isCompound, ok := getUniversalType(v.Type())
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)